projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d261a
)
treeview: Cosmetic change
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 May 2020 16:10:35 +0000
(12:10 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 6 May 2020 18:27:45 +0000
(14:27 -0400)
Remove an occurrence of size-allocate in a comment.
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index b8f8bfeb9d5fb3f5e8695b69e93c02b94f54ff48..2b3b46441cf62e8296c9d23828bc2da408dd4d1a 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-2547,7
+2547,7
@@
gtk_tree_view_size_allocate (GtkWidget *widget,
GList *tmp_list;
double page_size;
- /* We
size-
allocate the columns first because the width of the
+ /* We allocate the columns first because the width of the
* tree view (used in updating the adjustments below) might change.
*/
gtk_tree_view_size_allocate_columns (widget);